home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000304_jaltman2@nyc.rr.com_Thu Jun 3 09:22:19 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!feed5.newsreader.com!newsreader.com!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail
  2. Message-ID: <40BEA753.2010806@nyc.rr.com>
  3. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Odd switch to Active FTP?
  9. References: <slrncbsu1s.6o3.hellsop@othin.ninehells.com>
  10. In-Reply-To: <slrncbsu1s.6o3.hellsop@othin.ninehells.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 55
  14. Date: Thu, 03 Jun 2004 04:21:33 GMT
  15. NNTP-Posting-Host: 24.193.46.55
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: twister.nyc.rr.com 1086236493 24.193.46.55 (Thu, 03 Jun 2004 00:21:33 EDT)
  18. NNTP-Posting-Date: Thu, 03 Jun 2004 00:21:33 EDT
  19. Organization: Road Runner - NYC
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15032
  21.  
  22. This trace does not appear to be C-Kermit.
  23. There are several reasons I know it is not.
  24. First, C-Kermit does not support EPSV since it does not support IPV6.
  25. Second, the setsockopt error messages in C-Kermit state which option was
  26. being set.
  27. Third, you do not turn on debugging with the "debug" command in C-Kermit.
  28. Fourth, the command prompt in C-Kermit is not "ftp>"
  29.  
  30. With all of that said.  The reason the PORT command is being used
  31. is that the server is rejecting the PASV command.
  32.  
  33. Jeffrey Altman
  34.  
  35.  
  36. Peter H. Coffin wrote:
  37. > I'm running into a circumstance where what LOOKS like is happening is
  38. > that, in spite of being in the default PASV mode for ftp, the C-Kermit
  39. > client is not acknowleging that it's gotten the passive "go ahead" and
  40. > is sending the PORT anyway, which is triggering an error back from the
  41. > ftp server. No amount of flipping the "passive" command off and on seems
  42. > to help. Any idea what may be triggering this, or (better yet) how to
  43. > stop it and return to having PASV work?
  44. > ---------------
  45. > 230 User logged in, proceed.
  46. > Remote system type is UNIX.
  47. > Using binary mode to transfer files.
  48. > ftp> debug
  49. > Debugging on (debug=1).
  50. > ftp> ls
  51. > ftp: setsockopt (ignored): Permission denied
  52. > ---> EPSV
  53. > 500 'EPSV': command not understood.
  54. > disabling epsv4 for this connection
  55. > ---> PASV
  56. > 227 Entering Passive Mode (199,243,204,44,39,254)
  57. > ftp: setsockopt (ignored): Permission denied
  58. > ---> PORT 9,73,106,20,4,3
  59. > 530 Only client IP address allowed for PORT command.
  60. > ftp: bind: Address already in use
  61. > ftp>
  62. > ---------------
  63. > ---------------
  64. > (/home/phcoffin/src/pdc_nixie/) C-Kermit>version
  65. > C-Kermit 8.0.211, 10 Apr 2004, for Red Hat Linux 7.3
  66. >  Numeric: 800211
  67. > ---------------
  68.  
  69. -- 
  70. -----------------
  71. This e-mail account is not read on a regular basis.
  72. Please send private responses to jaltman at mit dot edu